Pass through extra arguments to `cargo test`
authorAlex Crichton <alex@alexcrichton.com>
Thu, 10 Jul 2014 20:53:36 +0000 (13:53 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 13 Jul 2014 03:29:51 +0000 (20:29 -0700)
commita70be72342b6d22a8494f5b2b046240e6a53b769
treeb18ec5b2c86d0157ae28267f49c4e2708eaced71
parent311b8798537f8c31b7b3b4b596b624bc82813a9b
Pass through extra arguments to `cargo test`

This allows `cargo test` usage to filter test being run, use --nocapture, etc.
src/bin/cargo-test.rs
tests/test_cargo_test.rs